A. XmlNew
B. XmlConvert
C. XmlSettings
D. XmlDocument
Advertisement
Related Mcqs:
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- Which DLL translate XML to SQL in IIS ?
- A. SQLIIS.dll B. LISXML.dll C. SQLISAPI.dll D. SQLXML.dll...
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- If in an ASP.NET application one want to create http handlers which of the interface is used________________?
- A. pipeline B. Handler C. IHttpHandlerFactory D. None of the above...
- How do we create a FileSystemObject ?
- A. Server.CreateObject(“Scripting.FileSystemObject”) B. Create Object:”Scripting.FileSystemObject” C. Server.CreateObject(“FileSystemObject”) D. Create(“FileSystemObject”)...
- While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?
- A. HTTP B. FTP C. File D. All of the above...
- Which language is used to create an ASP.NET code file ?
- A. Visual Basic B. C# C. C++ D. All of the above...
- What is the base class from which all Web forms inherit ?
- A. Page Class B. Master Page C. Session Class D. None of these...
- What namespace does the Web page belong in the .NET Framework class hierarchy ?
- A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these...
- What attributes do you use to hide a public .Net class from COM ?
- A. ComVisible attributes B. DLLImport Attributes C. COM Interop D. All of the above...
Advertisement